Software-Defined Networking with OpenFlow - Second Edition: Deliver innovative business solutions by Oswald Coker & Siamak Azodolmolky
Author:Oswald Coker & Siamak Azodolmolky [Coker, Oswald]
Language: eng
Format: azw3
Tags: COM043040 - COMPUTERS / Networking / Network Protocols, COM051000 - COMPUTERS / Programming / General, COM043000 - COMPUTERS / Networking / General
Publisher: Packt Publishing
Published: 2017-10-25T04:00:00+00:00
External controllers
When you start a Mininet network, each switch can be connected to a remote controller, which could be in the Mininet VM, outside the Mininet VM, and on your local machine, or in principle anywhere in the internet. This setup may be convenient if you already have a controller framework and development tool installed on the localhost or you want to test a controller running on a different physical machine. If you want to try this, you have to make sure that your controller is reachable from the Mininet VM and fill in the host IP and/or listening port:
$ sudo mn --controller=remote,ip=[controller IP],port=[controller
listening port]
For instance, to run POX's sample learning switch, you could do something like this in one window:
$ cd ~/pox $ ./pox.py forwarding.l2_learning
In another window, start up Mininet to connect to the remote controller (which is actually running locally, but outside of Mininet's control):
$ sudo mn --controller=remote,ip=127.0.0.1,port=6633
Note that these are actually the default IP address and port values. If you generate some traffic (mininet> h1 ping h2) you should be able to observe some output in the POX window showing that the switch has connected and that some flow table entries have been installed.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
The Mikado Method by Ola Ellnestam Daniel Brolund(22542)
Hello! Python by Anthony Briggs(21724)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(20297)
Dependency Injection in .NET by Mark Seemann(19635)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(19406)
Kotlin in Action by Dmitry Jemerov(19348)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(18841)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(17650)
Adobe Camera Raw For Digital Photographers Only by Rob Sheppard(16969)
Grails in Action by Glen Smith Peter Ledbrook(16801)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(14285)
Secrets of the JavaScript Ninja by John Resig & Bear Bibeault(12245)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(10948)
A Developer's Guide to Building Resilient Cloud Applications with Azure by Hamida Rebai Trabelsi(10598)
Jquery UI in Action : Master the concepts Of Jquery UI: A Step By Step Approach by ANMOL GOYAL(10070)
Hit Refresh by Satya Nadella(9125)
The Kubernetes Operator Framework Book by Michael Dame(8542)
Exploring Deepfakes by Bryan Lyon and Matt Tora(8367)
Robo-Advisor with Python by Aki Ranin(8311)